@media (max-width: 1440px) {
  .hide-1440 {
    display: none;
  }

  .main {
    font-size: 14px;
    line-height: 18px;
  }

  .content {
    padding: 30px;
  }

  .documents__item {
    min-height: 120px;
  }

  .documents__info,
  .documents__download {
    width: 120px;
  }

  .documents__content {
    padding: 30px;
  }

  .documents__title {
    font-size: 18px;
    line-height: 22px;
  }

  .persons__title,
  .persons__bottom {
    font-size: 18px;
    line-height: 22px;
  }

  .persons__item {
    min-height: unset;
  }

  .persons__title {
    height: 60px;
  }

  .contacts__content {
    width: 500px;
    padding: 0 30px 0 0;
  }

  .news-list__item {
    margin: 0 0 30px 0;
  }

  .news-list__title,
  .news-list__date {
    font-size: 18px;
    line-height: 22px;
  }

  .news-list__date {
    margin: 0 0 10px 0;
  }

  .news-list__text {
    font-size: 16px;
    line-height: 20px;
  }

  .news-list__container {
    max-height: 119px;
  }

  .videos__img {
    max-width: 100%;
  }

  .media__title {
    font-size: 26px;
    line-height: 30px;
  }

  .media__date {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }

  .media__text {
    font-size: 18px;
    line-height: 22px;
  }

  .share {
    margin: 0 0 30px 0;
  }

  .news__date {
    font-size: 20px;
    line-height: 34px;
  }

  .news__title {
    font-size: 24px;
    line-height: 28px;
  }

  .redactor p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 14px 0;
  }

  .news .share {
    left: 0;
  }

  .news-theme__list {
    margin: 0 0 30px 0;
  }

  .base__title {
    font-size: 24px;
    line-height: 28px;
  }

  .table {
    font-size: 16px;
    line-height: 20px;
  }

  .table__img {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
  }

  .table__text {
    font-size: 16px;
    line-height: 20px;
  }

  .table--big .table__row {
    height: 70px;
  }

  .table-calendar__date,
  .table-calendar__place,
  .table-calendar__results {
    min-width: unset;
  }

  .table-results__place {
    min-width: unset;
  }

  .table-schools__address,
  .table-schools__director {
    width: unset;
  }

  .tabs-main .tabs__container .tabs__item {
    margin: 0 40px 0 0;
  }

  .bases__item {
    margin: 0 0 30px 0;
  }

  .profile__container {
    padding: 10px 15px 0 15px;
  }

  .profile__title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }

  .profile__img {
    margin: 0 0 20px 0;
  }

  .table-records__link {
    font-size: 18px;
    line-height: 22px;
  }

  .photos__img {
    height: 205px;
  }

  .socials-main__list {
    gap: 10px;
  }

  .socials-main__content {
    padding: 10px;
  }

  .socials-main__tag {
    font-size: 18px;
    line-height: 22px;
    height: 42px;
  }
}

@media (max-width: 1278px) {
  .main {
    flex-direction: column;
  }

  .aside {
    flex-direction: row;
    width: 100%;
    height: 80px;
    background: var(--blue-gradient-revert);
  }

  .main-content {
    max-width: 100%;
  }

  .logo__img {
    display: none;
  }

  .logo__mobile {
    display: block;
  }

  .aside__logo {
    padding: 0 30px;
  }

  .aside__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background: unset;
  }

  .aside-search {
    padding: 0;
    margin: 0 50px 0 0;
  }

  .aside__socials {
    padding: 0;
    margin: 0 40px 0 0;
  }

  .navigation {
    display: none;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background: var(--blue-gradient-revert);
    max-height: calc(100vh - 80px);
    padding: 0 0 60px;
  }

  .navigation__item,
  .navigation__link {
    width: 100%;
  }

  .navigation__link {
    height: auto;
    text-align: center;
  }

  .navigation.open {
    display: block;
    overflow: scroll;
  }

  .drop-menu {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    transform: unset;
    opacity: 1;
    visibility: visible;
  }

  .drop-menu.open {
    display: block;
  }

  .drop-menu__link {
    text-align: center;
  }

  .aside__login {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
  }

  .navigation__item:hover .drop-menu {
    transform: unset;
    opacity: 1;
    transition: all 0.4s;
    visibility: visible;
  }

  .navigation__icon-container {
    display: none;
  }

  .aside__hamburger {
    flex-shrink: 0;
    display: block;
    width: 100px;
    height: 100%;
    padding: 5px 30px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    margin: 0 0 0 auto;
  }

  .aside__hamburger span {
    width: 100%;
    background-color: var(--white);
    height: 2px;
    display: block;
    position: relative;
  }

  .aside__hamburger span:after,
  .aside__hamburger span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
  }

  .aside__hamburger span:before {
    top: -9px;
  }

  .aside__hamburger span:after {
    bottom: -9px;
  }

  .aside__hamburger.open span {
    background: transparent;
  }

  .aside__hamburger.open span:before,
  .aside__hamburger.open span:after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .aside__hamburger.open span:before {
    transition-property: top, transform;
  }

  .aside__hamburger.open span:after {
    transition-property: bottom, transform;
  }

  .aside__hamburger.open span:before {
    top: 0;
    transform: rotate(45deg);
  }

  .aside__hamburger.open span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .aside__hamburger.open span:before,
  .aside__hamburger.open span:after {
    transition-delay: 0s, 0.2s;
  }

  .news-slider {
    height: unset;
    max-width: 100vw;
  }

  .links {
    position: static;
    background: unset;
  }

  .links__link {
    background-color: var(--white);
    color: var(--dark);
  }

  .photos__img {
    height: 220px;
  }
}

@media (max-width: 1200px) {
  .hide-1200 {
    display: none;
  }

  .tabs-main .tabs__container .tabs__navigation {
    padding: 0 15px;
    flex-wrap: wrap;
  }

  .tabs-main .tabs__container .tabs__link {
    height: 50px;
  }

  .link__text {
    font-size: 16px;
    line-height: 20px;
  }

  .links__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-slider__item {
    height: 500px;
    padding: 160px 30px 30px 30px;
  }

  .news-slider__title {
    font-size: 30px;
    line-height: 38px;
    max-height: 190px;
  }

  .news-slider__text {
    font-size: 20px;
    line-height: 26px;
    max-height: 80px;
  }

  .news-slider__arrow {
    width: 70px;
    height: 70px;
    margin: 0 0 30px 0;
  }

  .leaders__title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }

  .leaders__link {
    padding: 20px 15px;
  }

  .leaders__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .footer__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
  }

  .footer__column--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__item:last-child {
    margin: 0;
  }

  .footer__icon {
    top: -90px;
  }

  .footer__socials {
    margin: 0 0 10px 0;
  }

  .footer__socials .socials {
    justify-content: center;
  }

  .footer__wrapper {
    margin: 90px 0 0 0;
    padding: 0 0 20px 0;
  }

  .footer__wrapper:after {
    top: -90px;
    height: 90px;
  }

  .promo__img {
    display: none;
  }

  .news-list__link {
    flex-direction: column;
  }

  .news-list__img {
    display: none;
  }

  .news-list__container {
    max-height: unset;
    margin: 0 0 20px 0;
  }

  .tags {
    padding: 0;
  }

  .programs-list .news-list__container {
    margin: 0;
  }

  .news-list__content {
    border-radius: 20px;
  }

  .videos__content,
  .main-media .photos__content {
    height: 134px;
  }

  .videos__title,
  .videos__text {
    max-width: 100%;
  }

  .videos__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 5px 10px 0;
  }

  .videos__text {
    font-size: 12px;
    line-height: 14px;
    height: unset;
    margin: 0 5px 0 0;
  }

  .videos__time {
    min-width: 50px;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 10px 0;
    line-height: 26px;
  }

  .photos__title,
  .main-media .photos__content {
    font-size: 16px;
    line-height: 20px;
  }

  .main-media .photos__title {
    font-size: 16px;
    line-height: 20px;
  }

  .info__picture {
    padding: 20px;
    width: 220px;
    height: 220px;
    margin: 0 30px 0 0;
  }

  .info__img {
    max-width: 100%;
    height: auto;
  }

  .info__unit {
    width: 220px;
    padding: 0 20px 0 0;
  }

  .table-schools__title {
    width: 340px;
  }

  .info-text {
    font-size: 18px;
    line-height: 22px;
  }

  .socials-main__tag {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }

  .socials-main__icon {
    width: 50px;
  }

  .profile__unit {
    width: 160px;
  }

  .profile__item {
    height: 50px;
  }

  .press__list {
    grid-template-columns: repeat(4, minmax(170px, 240px));
  }

  .photos__img {
    height: 205px;
  }

  .info__list {
    gap: 10px;
  }

  .info__item {
    min-height: unset;
  }
}

@media (max-width: 1100px) {
  .regions__img,
  .regions__close {
    display: none;
  }

  .regions__popup {
    position: static;
    padding: 0;
  }

  .regions__link {
    padding: 15px 30px;
  }

  .regions__list {
    column-count: 2;
    column-gap: 20px;
  }

  .photos__img {
    height: 190px;
  }
}

@media (max-width: 1000px) {
  .hide-1000 {
    display: none;
  }

  .filters__list {
    gap: 15px;
  }

  .birthday__list {
    grid-template-columns: 1fr;
  }

  .leaders__container {
    grid-template-columns: 1fr;
  }

  .leaders__img {
    max-width: 200px;
  }

  .news .share {
    position: static;
  }

  .news__content {
    max-width: unset;
  }

  .profile__info {
    margin: 0 30px 0 0;
  }

  .table-rating__person {
    width: unset;
  }

  .tabs-color .tabs__link {
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 5px;
  }

  .photos__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-theme__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-theme__item:nth-child(3) {
    display: none;
  }

  .bases__picture {
    display: none;
  }

  .bases__content {
    border-radius: 20px;
  }

  .bases__title {
    font-size: 18px;
    line-height: 22px;
    -webkit-line-clamp: unset;
  }

  .bases__text {
    -webkit-line-clamp: unset;
  }

  .bases__address {
    flex-direction: column;
  }

  .bases__subtitle {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }

  .photos__img {
    height: 260px;
  }
}
